Xcode shortcuts for boosting productivity
Hi there! Welcome to the first published post ever I had, which is about the popular shortcuts on Xcode, one of the classic topics.
Xcode has a ton of shortcuts that boost your productivity in development. These ones are based on my most usage, and I think they are essential for you guys who are playing with Xcode from hours to hours like me. It saves a lot of time for me, maybe for you as well. So letβs check it out!
I created a shortcut cheat sheet visualization of my most used for more easily and quickly. But first of all, some annotations you probably should know:
β command
β₯ option
β shift
^ control
Besides the well-known and useful shortcuts above cheat sheet, I put here some other ones, which I also refer to increase your flexibility when working with Xcode:
- Move to next tab: β β ]
- Move to the previous tab: β β [
- Document for specific symbol: β₯ Click
- Build for testing: β β U
- Switch between navigators: β (1-9)
Before ending, I want to mention further information about shortcuts, which are my favorite:
- Multi-cursor editing: ^ β Click
From Xcode 10 supports multi-cursor editing allowing quickly edit multiple places. Itβs super beneficial, and I love it. Tips: you can totally use the arrow keys up/down to column select corresponding avoid wasting time aiming and clicking.
- Open definition: β β Click
This one can be switched to even more effortless by changing Command-click on Code
option to Jumps to Definition
in Preferences ( β , ) of Xcode. Then, β Click is enough. It is more convenient and natural.
And thatβs all, maybe youβre already know and use them every day. If not, try and let me know how itβs useful to you. Cheers!